projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0504328
)
Raleigh: Fix css for active notebook tabs
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 6 Dec 2014 00:29:39 +0000
(19:29 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 6 Dec 2014 00:30:35 +0000
(19:30 -0500)
This was not kept up-to-date when we changed notebootk
tab rendering.
https://bugzilla.gnome.org/show_bug.cgi?id=741185
gtk/theme/Raleigh/gtk-default.css
patch
|
blob
|
history
diff --git
a/gtk/theme/Raleigh/gtk-default.css
b/gtk/theme/Raleigh/gtk-default.css
index 99341a39caca1684b8ce4fbe3afb0010e9d891af..7dad9428e9c0ab4bdb4eb7b48e72d6ed80233049 100644
(file)
--- a/
gtk/theme/Raleigh/gtk-default.css
+++ b/
gtk/theme/Raleigh/gtk-default.css
@@
-282,7
+282,7
@@
GtkRadioButton:selected {
padding: 0;
}
-.notebook
.active-pag
e {
+.notebook
tab:activ
e {
color: @selected_fg_color;
background-color: darker (@bg_color);
}